' Options: 'Date: 2026-04-15 18:51:02 'Version: 6.110 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://kpm_digiofficeapigateway.tbi.nl/api ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: True '''ExportValueTypes: False 'IncludeTypes: IDB_4PSBC_Import_Project.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports System.Drawing Imports DO.Synchronization.IDB_4PSBC.DTO Imports DigiOffice.Integration.TBIXchangeAzure.Messages Namespace Global Namespace DigiOffice.Integration.TBIXchangeAzure.Messages Public Partial Class Header Public Overridable Property MessageID As String Public Overridable Property Timestamp As Date Public Overridable Property Sender As Party Public Overridable Property Recipient As Party Public Overridable Property RequestMessageID As Object End Class End Namespace Namespace DO.Synchronization.IDB_4PSBC.DTO Public Partial Class Data_Project Public Overridable Property systemId As Nullable(Of Guid) Public Overridable Property digiOfficeId As Nullable(Of Guid) Public Overridable Property companyId As Nullable(Of Guid) Public Overridable Property no As String Public Overridable Property description As String Public Overridable Property description2 As String Public Overridable Property visitAddress As String Public Overridable Property visitAddress2 As String Public Overridable Property visitAddressPostCode As String Public Overridable Property visitAddressCity As String Public Overridable Property visitAddressCountryRegionId As String Public Overridable Property address As String Public Overridable Property postCode As String Public Overridable Property city As String Public Overridable Property countryRegionId As String Public Overridable Property projectStatus As String Public Overridable Property startingDate As Nullable(Of Date) Public Overridable Property endingDate As Nullable(Of Date) Public Overridable Property contactId As Nullable(Of Guid) End Class Public Partial Class Header ''' '''Inhoud van het bericht ''' Public Overridable Property Contains As String ''' '''Datum aanmaak bericht ''' Public Overridable Property [Date] As String ''' '''ID voor het bericht ''' Public Overridable Property MessageID As String ''' '''Verzender van het bericht ''' Public Overridable Property Sender As String End Class ''' '''Import project record vanuit 4PS ''' Public Partial Class IDB_4PSBC_Import_Project Implements IReturn(Of IDB_4PSBC_Response_Project) ''' '''Message header ''' Public Overridable Property Header As Header ''' '''Message data ''' Public Overridable Property Data As Data_Project End Class Public Partial Class IDB_4PSBC_Response_Project ''' '''Header of the response ''' Public Overridable Property Header As Header ''' '''Response body ''' Public Overridable Property Response As Response_Project End Class Public Partial Class Response_Project ''' '''Reponse status (Ok/Error) ''' Public Overridable Property Status As String ''' '''Errors summary ''' Public Overridable Property Errors As String ''' '''ID of the project in DigiOffice ''' Public Overridable Property DigiOfficeProjectID As String ''' '''GlobalID (digiOfficeId) of the project in DigiOffice ''' Public Overridable Property DigiOfficeGlobalID As Guid End Class End Namespace End Namespace